home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 4 / MacMania 4.toast / / Multimedia & Desktop / gsu-amanuensis / Amanuensis - Read Me < prev   
Text File  |  1993-03-02  |  6KB  |  111 lines

  1. RELEASE NOTES FOR AMANUENSIS
  2.  
  3. This is a utility of the 'one dumb job' variety. It does one job,
  4. and does it fast and with minimal hoorah.
  5.  
  6. Amanuensis is SYSTEM 7 ONLY. Its only interface is Drag and Drop,
  7. so you cannot use it with earlier Systems. If you double-click on
  8. it from a System 6 machine, you will get an error message and the
  9. software will quit gracefully.
  10.  
  11. To use Amanuensis _with_ System 7, simply select the files you want
  12. to duplicate and drag them on the program's icon or an alias of it.
  13. New files will be created, and your original source files will
  14. remain unaltered.
  15.  
  16. Amanuensis does this: it duplicates files, combining the Finder
  17. functions Duplicate (CMD-D) and Option-Copy in one very fast
  18. utility. It 'sees' files of any type, and it duplicates both the
  19. data and resource forks. An Amanuensis duplicate is an exact
  20. copy of the original.
  21.  
  22. If you simply Drag & Drop files on the Amanuensis icon, new files
  23. will be created in the same folder as the original. These new files
  24. will have the extension ".DUP" appended to their names.
  25.  
  26. If you hold down the Option key while Dragging & Dropping, you will
  27. be prompted for a different folder/volume to duplicate the files
  28. into. The prompt takes the form of a standard SFPutFile dialog, and
  29. the filename prompt is meaningless; we're just navigating to the
  30. folder you want. If you hit "Cancel", no files are copied and the
  31. software quits gracefully. If you hit "OK" but are in fact in the
  32. same folder as the original files, the originals will be duplicated
  33. as above, with the extension ".DUP" appended to their names. If you
  34. select a _different_ folder/volume, the files will be duplicated
  35. under their original names, with no extension appended.
  36.  
  37. IMPORTANT: Amanuensis presumes you know what you're doing! The
  38. whole point of the excercise is speed, so we are skipping a lot of
  39. overhead and error-checking. For instance, before creating a
  40. duplicate file, Amanuensis deliberately deletes any file in the
  41. folder already having that name. The original is safe, but any
  42. previously made duplicate will be toasted unless it is renamed.
  43. Likewise, we are not checking to see if the duplicate will fit on
  44. the selected volume. This stuff is up to you. If this makes you
  45. uneasy, by all means stick with the Finder.
  46.  
  47. BUT: This is a nice little tool. For both devlopment and
  48. publishing, I frequently duplicate files - I take the chance with
  49. the original, knowing that I can always fall back on the copy. And,
  50. very often, I'll want to copy a great host of files to another
  51. folder - back-up, storage, network transfer, sneakernet traffic,
  52. etc. The first problem is solved with a Drag & Drop. The second
  53. with an Option-Drag & Drop. Amanuensis is much faster than the
  54. Finder, even the Finder hacked for bigger buffers, and the more
  55. files there are, and the larger the files, the faster it is.
  56. Moreover, for copying to other folders/volumes, navigating by SF
  57. has it all over opening a bunch of Finder windows (even Finder
  58. windows with their zoomRects hacked out (grin)).
  59.  
  60. HOWEVER: An Amanuensis duplicate differs slightly from a Finder
  61. copy. First, the Finder keeps the orignal's creation and modified
  62. dates, while Amanuensis uses the current time and date. I can't
  63. believe this would ever be a problem. Second, Amanuensis duplicates
  64. the _original_ of an alais, where the Finder duplicates the alias
  65. itself. This might be an issue, but, of course, you wouldn't gain
  66. much from Amanuensis copying a 2K file, in any case. And third,
  67. Amanuensis won't duplicate a folder and all its files, the way the
  68. Finder will. It doesn't see folders at all, nor volumes, only
  69. files.
  70.  
  71. FINALLY: I'm Captain Drag & Drop, for sure. I like _writing_ D&D
  72. utilities, because I can solve a problem in a few minutes, as
  73. opposed to a few hours (or days!) for anything with a real
  74. interface. But: I love _using_ D&D software, because it's a
  75. fabulous batch-operation metaphor, _much_ better than command-line
  76. batch operations, which I had missed. The only problem is, Drag &
  77. Drop tools have to be available to be dropped upon. My solution,
  78. which I've mentioned, is a folder called "Alias Palatte" (sp?) that
  79. lives off of the right edge of my screen, next to my drives. In it
  80. is one vertical column of aliases shown at their small icon size.
  81. That way, I have access to my most commonly used tools all the
  82. time. In this archive is a small TeachText PICT file showing this
  83. arrangement, in case it helps to see it.
  84.  
  85. Greg Swann
  86. 12/10/92
  87.  
  88.  
  89.  
  90. ADDENDUM REGARDING VERSION 1.0.1
  91.  
  92. Kip Shaw hit me with a nice little idea today. Not a great, grand
  93. idea, a mere lepton of an idea that is nevertheless potentially
  94. quite useful. The problem is this: if you use my stuff, you end up
  95. with some real jawbreaker filenames, e.g., "file.TQM.XP8.TQM". Kip
  96. wanted a way of trimming away all of those extra extensions, and I
  97. decided to implement the feature here, in Amanuensis. So, if you
  98. hold down the Command key as Amanuensis launches, files will be
  99. copied into the same folder as the original, and the name of the
  100. file will be truncated at the first period (after a non-period).
  101. For example, "file.TQM.XP8.TQM" would yield "file.DUP". A file
  102. called "...file.TQM.XP8.TQM" would result in a new file callled
  103. "...file.DUP", since we only truncate at a period after a
  104. non-period, presumably an extension. And a file called "file" would
  105. result in "file.DUP", since there is no period in the original
  106. filename. If you hold down both Option and Command, the Option
  107. option will be honored (IOW, you will copy with the original name
  108. to a selected folder).
  109.  
  110. 1/7/93
  111.